auto merge of #470 : alexcrichton/cargo/cargo-new-git, r=brson
authorbors <bors@rust-lang.org>
Wed, 3 Sep 2014 21:01:00 +0000 (21:01 +0000)
committerbors <bors@rust-lang.org>
Wed, 3 Sep 2014 21:01:00 +0000 (21:01 +0000)
commit08f9a73646a20b60f06b7186642cf669d07dc2ec
tree9bf073902f889b48031dc9649726fb1daaf589a0
parent0e3ef566499a800e3db7713751f820e8ef09d170
parentde0f60410fbe4b17accab7e9889935596dea6be1
auto merge of #470 : alexcrichton/cargo/cargo-new-git, r=brson

This adds a command-line --no-git option to disable this behavior, as well as
adding a global config section for `git = false`. While I was at it I write some
documentation for the configuration format that cargo uses.